김보람
November 24, 2022
여러 줄의 설명을 줄바꿈으로 쓰고자 할 때
print("Hello World")
Hello World
a=1 b=2 a+b
3
for i in range(10000000): print(i)